]> 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 bf91f9e639cb535885edab475447ad745dbd98ad..7cd28642573cd3a4457f4df33a884b118d098494 100644 (file)
@@ -4,10 +4,10 @@
     @code{RemoveEmptyStaffContext} take out the unused parts.
 " }
 
-\version "2.2.0"
+\version "2.3.22"
 
 \score {
-    \notes\relative c''
+    \relative c''
     \new StaffGroup \with {
        \remove "System_start_delimiter_engraver"
        \override SpanBar #'glyph = #":"
@@ -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 {
-           \ScoreContext
+           \Score
            \remove System_start_delimiter_engraver
            }
     }