From: Phil Holmes Date: Sun, 28 Oct 2012 13:09:46 +0000 (+0000) Subject: Local updates with makelsr X-Git-Tag: release/2.17.6-1~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=662e7048ecfe93c9d7db9ead942092694bf3134b;p=lilypond.git Local updates with makelsr --- diff --git a/Documentation/snippets/adding-timing-marks-to-long-glissandi.ly b/Documentation/snippets/adding-timing-marks-to-long-glissandi.ly index 8e71beb0e7..d7a19ec45f 100644 --- a/Documentation/snippets/adding-timing-marks-to-long-glissandi.ly +++ b/Documentation/snippets/adding-timing-marks-to-long-glissandi.ly @@ -4,7 +4,7 @@ % and then run scripts/auxiliar/makelsr.py % % This file is in the public domain. -%% Note: this file works from version 2.15.15 +%% Note: this file works from version 2.16.0 \version "2.16.0" \header { diff --git a/Documentation/snippets/chords-headword.ly b/Documentation/snippets/chords-headword.ly index e7c0323943..75af9381a6 100644 --- a/Documentation/snippets/chords-headword.ly +++ b/Documentation/snippets/chords-headword.ly @@ -4,7 +4,7 @@ % and then run scripts/auxiliar/makelsr.py % % This file is in the public domain. -%% Note: this file works from version 2.16.0 +%% Note: this file works from version 2.17.6 \version "2.17.6" \header { diff --git a/Documentation/snippets/making-glissandi-breakable.ly b/Documentation/snippets/making-glissandi-breakable.ly index 77834b1b8f..f5a486e0fc 100644 --- a/Documentation/snippets/making-glissandi-breakable.ly +++ b/Documentation/snippets/making-glissandi-breakable.ly @@ -4,7 +4,7 @@ % and then run scripts/auxiliar/makelsr.py % % This file is in the public domain. -%% Note: this file works from version 2.15.15 +%% Note: this file works from version 2.16.0 \version "2.16.0" \header { diff --git a/Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly b/Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly index c7ad9c3550..69b68b7d49 100644 --- a/Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly +++ b/Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly @@ -19,6 +19,7 @@ overriding the relevant property: } % begin verbatim + \relative c'' { \once \override Score.BreakAlignment #'break-align-orders = #(make-vector 3 '(instrument-name diff --git a/Documentation/snippets/score-for-diatonic-accordion.ly b/Documentation/snippets/score-for-diatonic-accordion.ly index 385a1a9091..65af145890 100644 --- a/Documentation/snippets/score-for-diatonic-accordion.ly +++ b/Documentation/snippets/score-for-diatonic-accordion.ly @@ -4,7 +4,7 @@ % and then run scripts/auxiliar/makelsr.py % % This file is in the public domain. -%% Note: this file works from version 2.16.0 +%% Note: this file works from version 2.17.6 \version "2.17.6" \header { diff --git a/Documentation/snippets/using-a-tick-as-the-breath-mark-symbol.ly b/Documentation/snippets/using-a-tick-as-the-breath-mark-symbol.ly index 54d68a8d2f..633e13a508 100644 --- a/Documentation/snippets/using-a-tick-as-the-breath-mark-symbol.ly +++ b/Documentation/snippets/using-a-tick-as-the-breath-mark-symbol.ly @@ -25,8 +25,8 @@ mark can be moved up a little to take it away from the stave. \breathe d2 \override BreathingSign #'Y-offset = #2.6 - \override BreathingSign - #'text = \markup { \musicglyph #"scripts.tickmark" } + \override BreathingSign #'text = + \markup { \musicglyph #"scripts.tickmark" } c2 \breathe d2