X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fprinting-music-with-different-time-signatures.ly;h=2f5821a6b7e96cfb51bc7c64381152d1ae0a3ae4;hb=13da8b27aabc5d5a752d00ed1e2b99ad20f0f264;hp=03a938ae0bff3fca51276a40b576c57432f56c4c;hpb=579274a935b22567ac15b3651a9d651474f88ec4;p=lilypond.git diff --git a/Documentation/snippets/printing-music-with-different-time-signatures.ly b/Documentation/snippets/printing-music-with-different-time-signatures.ly index 03a938ae0b..2f5821a6b7 100644 --- a/Documentation/snippets/printing-music-with-different-time-signatures.ly +++ b/Documentation/snippets/printing-music-with-different-time-signatures.ly @@ -1,10 +1,13 @@ -%% Do not edit this file; it is automatically +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. -\version "2.13.16" +\version "2.17.6" \header { - lsrtags = "rhythms, percussion" + lsrtags = "contemporary-notation, percussion, real-music, really-cool, rhythms" texidoc = " In the following snippet, two parts have a completely different time @@ -38,8 +41,8 @@ global = { \time 3/4 { s2.*3 } \bar "" \break { s2.*3 } } \remove "Timing_translator" \remove "Default_bar_line_engraver" \remove "Bar_number_engraver" - \override SpacingSpanner #'uniform-stretching = ##t - \override SpacingSpanner #'strict-note-spacing = ##t + \override SpacingSpanner.uniform-stretching = ##t + \override SpacingSpanner.strict-note-spacing = ##t proportionalNotationDuration = #(ly:make-moment 1 64) } \context { @@ -57,7 +60,7 @@ global = { \time 3/4 { s2.*3 } \bar "" \break { s2.*3 } } Bassklarinette = \new Staff \with { \consists "Bar_number_engraver" barNumberVisibility = #(every-nth-bar-number-visible 2) - \override BarNumber #'break-visibility = #end-of-line-invisible + \override BarNumber.break-visibility = #end-of-line-invisible } << \global { \bar "|" @@ -153,4 +156,3 @@ Perkussion = \new StaffGroup << \Perkussion >> } -