From 0b19893c69df343145301d5b639fbeef9bfd5b8e Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Wed, 28 May 2008 23:36:16 +0100 Subject: [PATCH] Remove LSR test tag from volta-multi-staff.ly --- input/new/volta-multi-staff.ly | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/input/new/volta-multi-staff.ly b/input/new/volta-multi-staff.ly index 87849cf427..9f35204490 100644 --- a/input/new/volta-multi-staff.ly +++ b/input/new/volta-multi-staff.ly @@ -1,5 +1,4 @@ \version "2.11.36" -\layout { ragged-right= ##t } \header { lsrtags = "repeats,staff-notation,fretted-strings" texidoc = "By adding the @code{Volta_engraver} to the relevant @@ -8,15 +7,14 @@ one in a score." doctitle = "Volta multi-staff" } -% LSR: this is a test which should get automatically -% LSR: removed from input/lsr/ -gp voltaMusic = \relative c'' { \repeat volta 2 - c1 - \alternative { - d e - } -} + c1 + \alternative { + d1 + e + } +} << \new StaffGroup << -- 2.39.2