X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Frhythmic-slashes.ly;h=5e64b7d79ca9a8b8181847cb695005f77c11a0f7;hb=3590aec4a7475d8840383e9c8ab285f92fb808b8;hp=76d63ad37b383120bf90f5244d7bb142c08fcdf6;hpb=ae5cf53569c95d0e35e98a7abd292c4f8a82b528;p=lilypond.git diff --git a/input/lsr/rhythmic-slashes.ly b/input/lsr/rhythmic-slashes.ly index 76d63ad37b..5e64b7d79c 100644 --- a/input/lsr/rhythmic-slashes.ly +++ b/input/lsr/rhythmic-slashes.ly @@ -1,6 +1,6 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.55" +\version "2.12.0" \header { lsrtags = "rhythms, tweaks-and-overrides" @@ -21,11 +21,12 @@ the appropriate duration). " doctitle = "Rhythmic slashes" } % begin verbatim + % Macro to print single slash rs = { \once \override Rest #'stencil = #ly:percent-repeat-item-interface::beat-slash - \once \override Rest #'thickness = #'0.48 - \once \override Rest #'slope = #'1.7 + \once \override Rest #'thickness = #0.48 + \once \override Rest #'slope = #1.7 r4 } @@ -33,16 +34,16 @@ rs = { comp = #(define-music-function (parser location count) ( integer?) #{ \override Rest #'stencil = #ly:percent-repeat-item-interface::beat-slash - \override Rest #'thickness = #'0.48 - \override Rest #'slope = #'1.7 + \override Rest #'thickness = #0.48 + \override Rest #'slope = #1.7 \repeat unfold $count { r4 } \revert Rest #'stencil #} ) -\score{ +\score { \relative c' { - c d e f | + c4 d e f | \rs \rs \rs \rs | \comp #4 | }