X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Ftick-bar-lines.ly;h=4da266db33b72ff19d8b67aec66fe976c871bdd7;hb=e9135d834819eba63b64ec711542480250b42b78;hp=bce7980715660df1dd377a305293964a6e04808e;hpb=04dc6a025720a3f4930e9cfcd19f17b716ccf478;p=lilypond.git diff --git a/input/lsr/tick-bar-lines.ly b/input/lsr/tick-bar-lines.ly index bce7980715..4da266db33 100644 --- a/input/lsr/tick-bar-lines.ly +++ b/input/lsr/tick-bar-lines.ly @@ -1,6 +1,7 @@ %% Do not edit this file; it is auto-generated from input/new %% This file is in the public domain. -\version "2.11.65" +%% Note: this file works from version 2.12.0 +\version "2.12.0" \header { lsrtags = "staff-notation" texidoc = " @@ -11,9 +12,10 @@ only for coordination and is not meant to imply any rhythmic stress. } % begin verbatim \relative c' { - c4 d e f \bar "'" - g4 f e d \bar "'" - c4 d e f \bar "'" + \set Score.defaultBarType = #"'" + c4 d e f + g4 f e d + c4 d e f g4 f e d \bar "|." }