lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] abc2ly and alternatives 1/3


From: glambrouin
Subject: [patch] abc2ly and alternatives 1/3
Date: Thu, 16 Aug 2007 21:23:17 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

This one fixes the problem that I reported to the bug-lilypond list:
"bar missing before the first alternative".

Gwenael

diff --git a/scripts/abc2ly.py b/scripts/abc2ly.py
index 2693817..605d82d 100644
--- a/scripts/abc2ly.py
+++ b/scripts/abc2ly.py
@@ -1098,7 +1098,7 @@ bar_dict = {
':|' : '}',
'|:' : '\\repeat volta 2 {',
'::' : '} \\repeat volta 2 {',
-'|1' : '} \\alternative{{',
+'|1' : '\\bar "|" } \\alternative{{',
'|2' : '} {',
':|2' : '} {',
'|' :  '\\bar "|"'





reply via email to

[Prev in Thread] Current Thread [Next in Thread]