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

« back to all changes in this revision

Viewing changes to input/regression/part-combine-solo.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:
14
14
"
15
15
    }
16
16
 
17
 
vone = \notes \relative a' { d4 r8 d8 d8 r8 d8 r8 d2 ~ d2 ~ d4 }
18
 
vtwo = \notes \relative g' { g4.   g8 r2          g4 r4 r2  g4 } 
19
 
 
20
 
\version "2.2.0"
21
 
 
22
 
\score {
 
17
vone =  \relative a' { d4 r8 d8 d8 r8 d8 r8 d2 ~ d2 ~ d4 }
 
18
vtwo =  \relative g' { g4.   g8 r2          g4 r4 r2  g4 } 
 
19
 
 
20
\version "2.7.39"
 
21
 
 
22
\paper { ragged-right = ##t } 
 
23
 
23
24
    
24
 
    << \set Score.skipBars = ##t
 
25
<< \set Score.skipBars = ##t
25
26
   \partcombine \vone \vtwo
26
 
       >>
27
 
}
 
27
>>
28
28