~ubuntu-branches/ubuntu/precise/lilypond/precise

« back to all changes in this revision

Viewing changes to input/regression/dots.ly

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2006-12-19 10:18:12 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061219101812-7awtjkp0i393wxty
Tags: 2.8.7-3
scripts/midi2ly.py: When setting DATADIR, find Lilypond python files
in the @TOPLEVEL_VERSION@ directory, not 'current'.  Patch thanks to
Chris Lamb (chris@chris-lamb.co.uk).  (Closes: #400550)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
\version "2.2.0" \header{
 
1
\version "2.7.39" \header{
2
2
 
3
3
 
4
4
    texidoc=" Noteheads can have dots, and rests too.  
22
22
 
23
23
 
24
24
 
25
 
\score { 
26
 
  \context Voice \notes\relative c'' {
27
 
    \time 6/8
28
 
        d4. g,,
29
 
    \stemDown
30
 
    <b'' c d e>4.  <f g a b>
31
 
    <f a c> <e a c> <b f' c' g'>
32
 
        
33
 
        
34
 
    <<
35
 
        { f  <b c> r4.  }\\
36
 
        { b, <a b> r4. }
37
 
    >>
38
 
        
39
 
        
40
 
  }
41
 
  \paper { }  
42
 
  \midi { }
 
25
\context Voice \relative c'' {
 
26
  \time 6/8
 
27
  d4. g,,
 
28
  \stemDown
 
29
  <b'' c d e>4.  <f g a b>
 
30
  <f a c> <e a c> <b f' c' g'>
 
31
  
 
32
  
 
33
  <<
 
34
    { f  <b c> r4.  }\\
 
35
    { b, <a b> r4. }
 
36
  >>
 
37
  
 
38
  
43
39
}
44
40