From: Han-Wen Nienhuys Date: Sun, 13 Oct 2002 22:24:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.7.4~22 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9253804019fcb46795090d1f7f0f96022a427b3e;p=lilypond.git *** empty log message *** --- diff --git a/input/mutopia/F.Schubert/standchen.ly b/input/mutopia/F.Schubert/standchen.ly index 5056d97674..16125602b9 100644 --- a/input/mutopia/F.Schubert/standchen.ly +++ b/input/mutopia/F.Schubert/standchen.ly @@ -1,5 +1,5 @@ -#(ly:set-point-and-click! 'line-column) +% #(ly:set-point-and-click 'line-column) instrument = "Piano" diff --git a/input/mutopia/J.S.Bach/baerenreiter-sarabande.ly b/input/mutopia/J.S.Bach/baerenreiter-sarabande.ly index 7d5c25ca90..587f2b20f5 100644 --- a/input/mutopia/J.S.Bach/baerenreiter-sarabande.ly +++ b/input/mutopia/J.S.Bach/baerenreiter-sarabande.ly @@ -1,6 +1,6 @@ \version "1.7.3" -#(ly:set-point-and-click! 'line-column) +% #(ly:set-point-and-click 'line-column) forcedBreak = \notes { } %%forcedBreak = \notes { \break } diff --git a/input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly b/input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly index e5e5555813..c04fed8085 100644 --- a/input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly +++ b/input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly @@ -1,6 +1,6 @@ -% #(ly:set-point-and-click! 'line-column) +% #(ly:set-point-and-click 'line-column) longgrace = \property Voice.Stem \override #'stroke-style = #'() endlonggrace = \property Voice.Stem \revert #'stroke-style diff --git a/input/regression/triplets.ly b/input/regression/triplets.ly index 13de30edd4..7e02265af9 100644 --- a/input/regression/triplets.ly +++ b/input/regression/triplets.ly @@ -2,14 +2,15 @@ \header { texidoc="Simple beams. This broke somewhere < 1.3.110 + +DOCME ! what is this. + " title = "Gammes Chromatiques" composer = "" filename = "gammes_chromatiques.ly" } -linebreak = \penalty #-1000 - ex = \notes \relative c' { \repeat "volta" 2 { \times 2/3 {c8( cis d} \times 2/3 {dis e f} @@ -23,7 +24,7 @@ ex = \notes \relative c' { \times 2/3 {c b bes} \times 2/3 {a aes g} \times 2/3 {fis f e} \times 2/3 {ees d )des} } - c1 || \linebreak + c1 } \score { \context Staff { \notes { \ex } } }