]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/ossia.ly
* tex/GNUmakefile (TEX_FILES): add texinfo.cnf
[lilypond.git] / input / test / ossia.ly
index aeb1ac31412837402de00a637951c11d01d1fb2a..7cd28642573cd3a4457f4df33a884b118d098494 100644 (file)
@@ -4,7 +4,7 @@
     @code{RemoveEmptyStaffContext} take out the unused parts.
 " }
 
-\version "2.3.4"
+\version "2.3.22"
 
 \score {
     \relative c''
@@ -19,6 +19,8 @@
            { c1 c1 } 
            \new Staff \with {
                \remove "Time_signature_engraver"
+               fontSize = #-2
+               \override StaffSymbol #'staff-space = #(magstep -2)  
            } {
                c,4^"ossia" es f fis g1
            }
          c1 \break c c }
 
        %% solution 2
-       \new Staff { R1*2 c,4^"ossia" es f fis g1 R1 * 3 }
+       \new Staff \with {
+           fontSize = #-2
+           \override StaffSymbol #'staff-space = #(magstep -2)  
+         
+       } { R1*2 c,4^"ossia" es f fis g1 R1 * 3 }
     >>
     
 
-    \paper {
+    \layout {
        raggedright= ##t
        \context {\RemoveEmptyStaffContext}
        \context {