]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/hara-kiri.ly
release: 1.3.45
[lilypond.git] / input / test / hara-kiri.ly
index 6d22d559b4cf47592c5d10def61afa18f9fcec67..c09fb85c826a1a357eb219b321d0ee2ba2f20e64 100644 (file)
@@ -1,30 +1,30 @@
-\version "1.2.0";
+\version "1.3.42";
 
 toeter_i = \notes\relative c <{
-               \property Staff.instrument = "Toeters"
-               \property Staff.instr = "Ttr." }
+               \property Staff.instrument = #"Toeters"
+               \property Staff.instr = #"Ttr." }
        \context Voice = lower { \stemdown s1*6 }
        \context Voice = upper { \stemup s1*6 }
        \context Voice = together  { 
 
-       c'''4 c c c \break
+       c'''4^"toet I" c c c 
        d d d d \break
-       R1 \break 
+       R1 
        \context Voice = upper {
                e4 e e e \break }
-       f f f f \break
+       f f f f
        g g g g 
 }>
 
 toeter_ii = \notes \relative c \context Voice = together { 
-       c''4 c c c \break
-       d d d d \break
-       R1 \break
+       c''4^"toet II" c c c 
+       d d d d 
+       R1 
        \context Voice = lower {
                \stemdown 
-               e4 e e e \break
+               e4 e e e 
         }
-       f f f f \break
+       f f f f 
        g g g g
 }
 
@@ -35,31 +35,31 @@ toeters = \context Staff = toeters <
  
 zager = \context Staff = zager \notes \relative c'' {
        \clef treble;
-       \property Staff.instrument = "Zager"
-       \property Staff.instr = "Zag."
-       c4 d e f \break
-       \property Staff.instr = "Zag. \& Zog."
-       f e d c \break
-       c d e f \break
-       \property Staff.instr = "Zag."
+       \property Staff.instrument = #"Zager"
+       \property Staff.instr = #"Zag."
+       c4^"zag" d e f 
+       \property Staff.instr = #"Zag. \\& Zog."
+       f e d c 
+       c d e f 
+       \property Staff.instr = #"Zag."
        \stemup
-       f e d c \break
-       c d e f \break
+       f e d c 
+       c d e f 
        f e d c
 }
 
 zoger = \context Staff = zoger \notes \relative c'' {
        \clef treble;
-       \property Staff.instrument = "Zoger"
-       \property Staff.instr = "Zog."
-       c4 d e f \break
+       \property Staff.instrument = #"Zoger"
+       \property Staff.instr = #"Zog."
+       c4^"zog" d e f 
        \skip 1*2;
 
        \translator Staff=zager
        \stemdown 
        c2 g2
        
-       a4 b c d \break
+       a4 b c d 
        \skip 1*1;
 }
 
@@ -78,7 +78,7 @@ zagers = \context GrandStaff <
                >
        >
        \paper{
-               linewidth = 40.0\mm;
+               linewidth = 80.0\mm;
                \translator { \HaraKiriStaffContext }
 %uh?
                \translator { \OrchestralScoreContext }