]> git.donarmstrong.com Git - lilypond.git/commitdiff
Makelsr.py run
authorJames Lowe <pkx166h@gmail.com>
Sat, 18 Jul 2015 04:31:00 +0000 (05:31 +0100)
committerJames Lowe <pkx166h@gmail.com>
Sat, 18 Jul 2015 04:32:08 +0000 (05:32 +0100)
For commit
b28d44a1cea8120501e648bb8626064a94cd4036

Documentation/snippets/printing-bar-numbers-with-changing-regular-intervals.ly [new file with mode: 0644]
Documentation/snippets/rhythms.snippet-list
Documentation/snippets/text.snippet-list

diff --git a/Documentation/snippets/printing-bar-numbers-with-changing-regular-intervals.ly b/Documentation/snippets/printing-bar-numbers-with-changing-regular-intervals.ly
new file mode 100644 (file)
index 0000000..62c65c4
--- /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.18.0
+\version "2.18.0"
+
+\header {
+  lsrtags = "rhythms, text"
+
+  texidoc = "
+The bar number interval can be changed by changing the context function
+@code{set-bar-number-visibility}.
+
+"
+  doctitle = "Printing bar numbers with changing regular intervals"
+} % begin verbatim
+
+
+\relative c' {
+  \override Score.BarNumber.break-visibility = #end-of-line-invisible
+  \context Score \applyContext #(set-bar-number-visibility 4)
+  \repeat unfold 10 c''1
+  \context Score \applyContext #(set-bar-number-visibility 2)
+  \repeat unfold 10 c''
+} % begin verbatim
index 0d5bde112424d3ab9c29cd904e8cbd4e5cde1f72..f041143575e9b42216862df5ddf2c1694bcf25af 100644 (file)
@@ -44,6 +44,7 @@ positioning-multi-measure-rests.ly
 preventing-final-mark-from-removing-final-tuplet.ly
 printing-bar-numbers-at-regular-intervals.ly
 printing-bar-numbers-inside-boxes-or-circles.ly
+printing-bar-numbers-with-changing-regular-intervals.ly
 printing-metronome-and-rehearsal-marks-below-the-staff.ly
 printing-music-with-different-time-signatures.ly
 printing-the-bar-number-for-the-first-measure.ly
index e89b570d89d516fea4e4fbf2cfef7d89bfee7771..54ed786ca7aeb8b3a2b8566f7516f6450a19258e 100644 (file)
@@ -22,6 +22,7 @@ multi-measure-rest-markup.ly
 ottava-text.ly
 outputting-the-version-number.ly
 piano-template-with-centered-lyrics.ly
+printing-bar-numbers-with-changing-regular-intervals.ly
 printing-marks-at-the-end-of-a-line.ly
 printing-marks-on-every-staff.ly
 printing-text-from-right-to-left.ly