]> 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 cccd687df12e8a853849c3b3b5392a76f3f120cd..7cd28642573cd3a4457f4df33a884b118d098494 100644 (file)
@@ -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 }
     >>