lilypond-user
[Top][All Lists]
Advanced

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

Re: musicxml2ly enhancements


From: Janek Warchoł
Subject: Re: musicxml2ly enhancements
Date: Tue, 9 Apr 2013 13:19:45 +0200

2013/4/9 Werner LEMBERG <address@hidden>:
>> Putting the bar number at the start of the line would require
>>
>>   %{ 5 %} a,4 ( a4 ) ( b4 ) d4 |
>>
>> instead.
>
> I like that.  It's tedious to type manually, but a computer program
> doesn't know that word :-)

Indeed, but i find it unreadable, especially if it was placed at every line.
I think that the best way to mark bar numbers in source is to make a
separate-line comment every 5 or so measures:

>     \clef "treble" \key c \major \numericTimeSignature \time 4/4
>     a4 ( a4) ( b4 ) d4 |
>     \key c \major a4 ( a4 ) ( b4 ) d4 |
>     a4 ( a4 ) ( b4 ) d4 |
>     g1 |
>     % m.5
>     a,4 ( a4 ) ( b4 ) d4 |
>     g1 |
>     a,4 ( a4 ) ( b4 ) d4 |
>     g1 |
>     a,4 ( a4 ) ( b4 ) d4 |
>     % m.10
>     g1 |
>     a,4 ( a4 ) ( b4 ) d4 |

etc.
Janek



reply via email to

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