]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/cue-notes.ly
* scm/new-font.scm: new file. Tree based font lookup.
[lilypond.git] / input / test / cue-notes.ly
index 7cf233f445e2ed45efe306ce4882944c89ac254f..9d63c5629364c4913e7454c84ce626620cc41165 100644 (file)
@@ -1,8 +1,8 @@
-\version "2.1.22"
+\version "2.1.30"
 % TODO: check to see if this example can be simplified using \small
 % or \tiny.
 \header { texidoc = "@cindex Cue Notes
-Cue notes should be set in smaller type. "
+Cue notes are typeset in a smaller font. "
 %  Cue clefs are usually not restored explicitly. "
 }
 
@@ -10,20 +10,19 @@ Cue notes should be set in smaller type. "
 \score {
   \notes
    {
-       \set Staff.instrument =  #"Horn in F"
-       \set Score.skipBars =  ##t
+       \set Staff.instrument = #"Horn in F"
+       \set Score.skipBars = ##t
        R1*21
     <<
        {
-           \override Staff.MultiMeasureRest  #'staff-position = #-6
+           \once \override Staff.MultiMeasureRest  #'staff-position = #-6
            R1
-           \revert MultiMeasureRest #'staff-position
        }
      \new Voice { s2
        \clef tenor
 
        %% this should probably be put into an identifier.
-       \set Staff.fontSize =  #-1
+       \set Staff.fontSize = #-1
        \override Stem  #'length = #5.5
        \override Beam  #'thickness = #0.384
        \override Beam  #'space-function =
@@ -35,7 +34,7 @@ Cue notes should be set in smaller type. "
 %  this is under debate; I don't think it should.  - Graham
 
 % if you want to cancel it in the main part, uncomment the following:
-%       \set Staff.Clef =  \turnOff
+%       \set Staff.Clef = \turnOff
                            
        \unset Staff.fontSize