From 9e08dc3e246a90a8704798deeed2cd1e54b0f85b Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 4 Aug 2003 23:25:56 +0000 Subject: [PATCH] (barTwo): syntax update. --- ChangeLog | 2 ++ input/template/gregorian-transcription.ly | 4 ++-- input/template/piano-dynamics.ly | 2 +- input/template/satb.ly | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 944ad4d380..6e660000a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-08-05 Han-Wen Nienhuys + * input/template/gregorian-transcription.ly (barTwo): syntax update. + * Documentation/user/refman.itely (Hiding staffs): rename node. 2003-08-04 Han-Wen Nienhuys diff --git a/input/template/gregorian-transcription.ly b/input/template/gregorian-transcription.ly index 585399c88b..f6391162c2 100644 --- a/input/template/gregorian-transcription.ly +++ b/input/template/gregorian-transcription.ly @@ -19,10 +19,10 @@ barTwo = \notes { \once \property Staff.BarLine \override #'extra-offset = #'(0 \notes \relative c' { \property Score.timing = ##f \property Staff.Stem \set #'transparent = ##t - f4 a2 \barTwo g4 a2 f2 \barOne g4( )f f( + f4 a2 \barTwo g4 a2 f2 \barOne g4( f-) f( \bar "empty" \break - )g a2 + g-) a2 } } diff --git a/input/template/piano-dynamics.ly b/input/template/piano-dynamics.ly index 05adbfd903..3ceda0dd1d 100644 --- a/input/template/piano-dynamics.ly +++ b/input/template/piano-dynamics.ly @@ -16,7 +16,7 @@ lower = \notes\relative c { dynamics = \notes { s2\fff\> s4 - \!s-\pp + s-\!-\pp } pedal = \notes { diff --git a/input/template/satb.ly b/input/template/satb.ly index 2fc92fb12f..00f1230779 100644 --- a/input/template/satb.ly +++ b/input/template/satb.ly @@ -6,7 +6,7 @@ " } -sopMusic = \notes \relative c'' { c4 c [c8( )b] c4 } +sopMusic = \notes \relative c'' { c4 c c8-[-( b-)-] c4 } sopWords = \lyrics { hi4 hi hi hi } altoMusic = \notes \relative c' { e4 f d e } -- 2.39.5