]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run scripts/auxiliar/makelsr.py
authorDavid Kastrup <dak@gnu.org>
Fri, 14 Mar 2014 16:45:06 +0000 (17:45 +0100)
committerDavid Kastrup <dak@gnu.org>
Fri, 14 Mar 2014 17:42:28 +0000 (18:42 +0100)
17 files changed:
Documentation/snippets/adding-timing-marks-to-long-glissandi.ly
Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly
Documentation/snippets/changing-the-tuplet-number.ly
Documentation/snippets/creating-a-delayed-turn.ly [new file with mode: 0644]
Documentation/snippets/editorial-annotations.snippet-list
Documentation/snippets/fretted-headword.ly
Documentation/snippets/fretted-strings.snippet-list
Documentation/snippets/guitar-slides.ly
Documentation/snippets/hammer-on-and-pull-off-using-chords.ly [new file with mode: 0644]
Documentation/snippets/hammer-on-and-pull-off-using-voices.ly [new file with mode: 0644]
Documentation/snippets/hammer-on-and-pull-off.ly [new file with mode: 0644]
Documentation/snippets/incipit.ly
Documentation/snippets/jazz-combo-template.ly
Documentation/snippets/making-an-object-invisible-with-the-transparent-property.ly
Documentation/snippets/making-glissandi-breakable.ly
Documentation/snippets/score-for-diatonic-accordion.ly
Documentation/snippets/unfretted-headword.ly

index 6189d3f64bb714355b5813f6b7ab3e7e1f3b9434..0cbcfeb719f293ba263b5898181e9e1bfbb35e69 100644 (file)
@@ -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.17.6
+%% Note: this file works from version 2.17.30
 \version "2.17.30"
 
 \header {
index 92c409229169f066c66d2a7189d5048a8574eb0f..fbab93e75f1193105c57a6a6e5d735c2ae285472 100644 (file)
@@ -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.17.20
+%% Note: this file works from version 2.17.30
 \version "2.17.30"
 
 \header {
index c69fc05c6b262cdc1e5ff200feb76989109bb7b1..e0257869b78ebe016e8de761ffd877034f59b50b 100644 (file)
@@ -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.17.11
+%% Note: this file works from version 2.17.30
 \version "2.17.30"
 
 \header {
diff --git a/Documentation/snippets/creating-a-delayed-turn.ly b/Documentation/snippets/creating-a-delayed-turn.ly
new file mode 100644 (file)
index 0000000..298ea05
--- /dev/null
@@ -0,0 +1,46 @@
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.17.97
+\version "2.17.97"
+
+\header {
+  lsrtags = "editorial-annotations, expressive-marks, tweaks-and-overrides"
+
+  texidoc = "
+Creating a delayed turn, where the lower note of the turn uses the
+accidental, requires several overrides.  The
+@code{outside-staff-priority} property must be set to @code{#f}, as
+otherwise this would take precedence over the @code{avoid-slur
+property}.  Changing the fractions @code{2/3} and @code{1/3} adjusts the
+horizontal position.
+"
+  doctitle = "Creating a delayed turn"
+} % begin verbatim
+
+
+\relative c'' {
+  c2*2/3 ( s2*1/3\turn d4) r
+  <<
+    { c4.( d8) } % begin verbatim
+
+    { s4 s\turn }
+  >>
+  \transpose c d \relative c'' <<
+    { c4.( d8) }
+    {
+      s4
+      \once \set suggestAccidentals = ##t
+      \once \override AccidentalSuggestion #'outside-staff-priority = ##f
+      \once \override AccidentalSuggestion #'avoid-slur = #'inside
+      \once \override AccidentalSuggestion #'font-size = #-3
+      \once \override AccidentalSuggestion #'script-priority = #-1
+      \single \hideNotes
+      b8-\turn \noBeam
+      s8
+    }
+  >>
+}
index b2cb2d8ff9dacc90ac10820261cd38985c893949..c8d2a9a51c4566c3925aa4d733c2965c3745b0c3 100644 (file)
@@ -20,6 +20,9 @@ drawing-circles-around-various-objects.ly
 embedding-native-postscript-in-a--markup-block.ly
 grid-lines--changing-their-appearance.ly
 grid-lines--emphasizing-rhythms-and-notes-synchronization.ly
+hammer-on-and-pull-off-using-chords.ly
+hammer-on-and-pull-off-using-voices.ly
+hammer-on-and-pull-off.ly
 how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-1.ly
 how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-2.ly
 making-some-staff-lines-thicker-than-the-others.ly
index 43f92c152f3fbe5788d0fd89fef5850828e9d01f..6b8f910d87befa5bb75c7813b931a50692890b7c 100644 (file)
@@ -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.17.11
+%% Note: this file works from version 2.17.30
 % INSPIRATIONAL HEADER FOR LILYPOND DOCUMENTATION fretted-strings %
 % Passage from Johann Kaspar Mertz "Opern Revue, Op. 8, no. 17"   %
 % on melodies from Bellini's "Norma"                              %
index 98540818399e3ea3c2597039a5167b8de8fadba6..35ad8bda09dac28e4af88e2942161c1206da4ab8 100644 (file)
@@ -17,6 +17,9 @@ fretboards-alternate-tables.ly
 fretted-string-harmonics-in-tablature.ly
 guitar-slides.ly
 guitar-strum-rhythms.ly
+hammer-on-and-pull-off-using-chords.ly
+hammer-on-and-pull-off-using-voices.ly
+hammer-on-and-pull-off.ly
 how-to-change-fret-diagram-position.ly
 jazz-combo-template.ly
 laissez-vibrer-ties.ly
index 205edecfdaa3e1188b9cc2517317b84a25fdeed8..e2e2b802f24fede1310cb090275fc24d0b14ca1d 100644 (file)
@@ -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.17.20
+%% Note: this file works from version 2.17.30
 \version "2.17.30"
 
 \header {
diff --git a/Documentation/snippets/hammer-on-and-pull-off-using-chords.ly b/Documentation/snippets/hammer-on-and-pull-off-using-chords.ly
new file mode 100644 (file)
index 0000000..880a2cf
--- /dev/null
@@ -0,0 +1,29 @@
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.16.0
+\version "2.16.0"
+
+\header {
+  lsrtags = "editorial-annotations, fretted-strings"
+
+  texidoc = "
+When using hammer-on or pull-off with chorded notes, only a single arc
+is drawn. However @q{double arcs} are possible by setting the
+@code{doubleSlurs} property to @code{#t}.
+
+"
+  doctitle = "Hammer on and pull off using chords"
+} % begin verbatim
+
+
+\new TabStaff {
+  \relative c' {
+    % chord hammer-on and pull-off
+    \set doubleSlurs = ##t
+    <g' b>8( <a c> <g b>)
+  }
+}
diff --git a/Documentation/snippets/hammer-on-and-pull-off-using-voices.ly b/Documentation/snippets/hammer-on-and-pull-off-using-voices.ly
new file mode 100644 (file)
index 0000000..df84036
--- /dev/null
@@ -0,0 +1,28 @@
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.16.0
+\version "2.16.0"
+
+\header {
+  lsrtags = "editorial-annotations, fretted-strings"
+
+  texidoc = "
+The arc of hammer-on and pull-off is upwards in voices one and three and
+downwards in voices two and four:
+
+"
+  doctitle = "Hammer on and pull off using voices"
+} % begin verbatim
+
+
+\new TabStaff {
+  \relative c' {
+    << { \voiceOne g2( a) }
+    \\ { \voiceTwo a,( b) }
+    >> \oneVoice
+  }
+}
diff --git a/Documentation/snippets/hammer-on-and-pull-off.ly b/Documentation/snippets/hammer-on-and-pull-off.ly
new file mode 100644 (file)
index 0000000..57c830a
--- /dev/null
@@ -0,0 +1,26 @@
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.16.0
+\version "2.16.0"
+
+\header {
+  lsrtags = "editorial-annotations, fretted-strings"
+
+  texidoc = "
+Hammer-on and pull-off can be obtained using slurs.
+
+"
+  doctitle = "Hammer on and pull off"
+} % begin verbatim
+
+
+\new TabStaff {
+  \relative c' {
+    d4( e\2)
+    a( g)
+  }
+}
index 1a4328a58fb0ae5728d2797a22d7fed27f2b474f..b078cc0f538a3e3c5879103f08abf5429019f359 100644 (file)
@@ -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.17.10
+%% Note: this file works from version 2.17.30
 \version "2.17.30"
 
 \header {
@@ -21,10 +21,7 @@ incipit =
 #(define-music-function (parser location incipit-music) (ly:music?)
   #{
     \once \override Staff.InstrumentName.self-alignment-X = #RIGHT
-    \once \override Staff.InstrumentName.self-alignment-Y = #UP
-    \once \override Staff.InstrumentName.Y-offset =
-      #(lambda (grob)
-         (+ 4 (system-start-text::calc-y-offset grob)))
+    \once \override Staff.InstrumentName.self-alignment-Y = ##f
     \once \override Staff.InstrumentName.padding = #0.3
     \once \override Staff.InstrumentName.stencil =
       #(lambda (grob)
@@ -35,7 +32,6 @@ incipit =
                         {
                           { \context MensuralStaff \with {
                                instrumentName = #instrument-name
-                               \override VerticalAxisGroup.Y-extent = #'(-4 . 4)
                             } $incipit-music
                           }
                           \layout { $(ly:grob-layout grob)
index 89cec8be7128c5424eae6b55afdc1946378409b0..4f0570da2c59e251d2e7572876132ae3e775a3b3 100644 (file)
@@ -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.17.20
+%% Note: this file works from version 2.17.30
 \version "2.17.30"
 
 \header {
index 572e39ca50852669f0f7751dc9e889a10af556e9..c7ad7b10a5585dd30f10c28a4fa5182ccf0a36e0 100644 (file)
@@ -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.17.6
+%% Note: this file works from version 2.17.30
 \version "2.17.30"
 
 \header {
index fd7b1e92c1cd639b9ef44b846891ca9741228555..16799a19cfde7d9a4d90cae5e2d7d1f158773331 100644 (file)
@@ -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.17.6
+%% Note: this file works from version 2.17.30
 \version "2.17.30"
 
 \header {
index eebc8de67a62bde28c8bdd2ef4f455d69275b750..46883755e6b6e55885e0621009982ac7962c2626 100644 (file)
@@ -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.17.20
+%% Note: this file works from version 2.17.30
 \version "2.17.30"
 
 \header {
index 8beaa131c50326e32b4a6e929c7b903902255d2a..6cc02b677d2b580cf2caf29708c8e82d3af7a543 100644 (file)
@@ -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.17.24
+%% Note: this file works from version 2.17.30
 \version "2.17.30"
 
 \header {