]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.61
authorfred <fred>
Tue, 26 Mar 2002 23:23:11 +0000 (23:23 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:23:11 +0000 (23:23 +0000)
Documentation/user/glossary.tely

index 3e63b48eaf0ac535d76919d4ebb87546722d80c1..81e16eb771c7bbbff20918c61d9c010ba7c885a4 100644 (file)
@@ -1519,7 +1519,7 @@ note value: double length of @w{@ar{}@strong{brevis}}. @w{@ar{}@strong{note valu
 @mudela[13pt,eps] 
 \property Score.barNonAuto = ##t 
 \notes\relative c'' { 
-  \property Voice.noteHeadStyle = "mensural"
+  \property Voice.noteHeadStyle = #'mensural
   g\longa 
 } 
 @end mudela
@@ -1768,9 +1768,9 @@ but sometimes (mostly in pre baroque music) the double length note value
 \property Voice.textStyle = "large"
 \property Score.barNonAuto = ##t
 \notes\relative c'' { 
-  \property Voice.noteHeadStyle = "mensural"
+  \property Voice.noteHeadStyle = #'mensural
   g\longa_"longa" g\breve_"breve" 
-  \property Voice.noteHeadStyle = ""
+  \property Voice.noteHeadStyle = ##f
   g1_"1/1" g2_"1/2" g4_"1/4" s16 g8_"1/8" s16
   g16_"1/16" s16 g32_"1/32" s16 g64_"1/64" s32 }
 @end mudela