]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/cue-notes.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / test / cue-notes.ly
index 439bd12a2b367b5f8f87c9cf00e77f99b28b2fae..872fe16edcf38ff08777ac26495a542dd7e916bf 100644 (file)
@@ -1,12 +1,10 @@
-\version "1.7.18"
+\version "1.9.0"
 % 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 clefs are
-usually not restored explicitly.
-"  }
+\header { texidoc = "@cindex Cue Notes
+Cue notes should be set in smaller type. "
+%  Cue clefs are usually not restored explicitly. "
+}
 
 
 \score {
@@ -32,8 +30,15 @@ usually not restored explicitly.
           #(lambda (beam mult) (* 0.8 (Beam::space_function beam mult)))
 
        r8^"Bsn." c'8  f'8-[ f'8]
+
+% note: the clef should be cancelled from the cue.  
+%  this is under debate; I don't think it should.  - Graham
+
+% if you want to cancel it in the main part, uncomment the following:
+%       \property Staff.Clef = \turnOff
+                           
        \property Staff.fontSize\unset
-       \property Staff . Clef = \turnOff
+
        \clef treble
      } >
    c'8^"Horn" cis'
@@ -41,4 +46,4 @@ usually not restored explicitly.
    eis'4 fis'4
  }
  \paper { raggedright = ##t}
-}%% new-chords-done %%
+}