From 0d9520d60f9335bd766a6cee45b5eace733c5750 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:23:11 +0000 Subject: [PATCH] lilypond-1.3.61 --- Documentation/user/glossary.tely | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/user/glossary.tely b/Documentation/user/glossary.tely index 3e63b48eaf..81e16eb771 100644 --- a/Documentation/user/glossary.tely +++ b/Documentation/user/glossary.tely @@ -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 -- 2.39.5