Hi all,
The 1st code snippett generates warnings, but the 2nd does not.
I'd like to keep the bar symbols in place as it helps me to keep track
in the music.
This is my first piece so I've likely made some newbie error, please advise.
__________________________
1st, with warnings due to | symbols:
\time 4/4 a'1 | % "<24"
\time 7/4 g'4 g'2 g'1 | % [M:7/4] "<28"
f'4 f'2 f'1 | % "<29"
a'4 a'2 a'1 | % "<30"
g'4 g'2 g'1 | % "<31"
a'4 a'2 a'1 | % "<32"
\time 5/4 g'4 g'1 | % [M:5/4] "<33"
Interpreting music...
I:/musician/vocalist/piano_vox_28,by_hand.ly:11:25: warning: barcheck
failed at: 1/2
\time 7/4 g'4 g'2 g'1
| % [M:7/4] "<28"
I:/musician/vocalist/piano_vox_28,by_hand.ly:12:15: warning: barcheck
failed at: 1
f'4 f'2 f'1
| % "<29"
I:/musician/vocalist/piano_vox_28,by_hand.ly:13:15: warning: barcheck
failed at: 1/4
a'4 a'2 a'1
| % "<30"
I:/musician/vocalist/piano_vox_28,by_hand.ly:14:15: warning: barcheck
failed at: 3/4
g'4 g'2 g'1
| % "<31"
MIDI output to `piano_vox_28,by_hand.mid'...
__________________________
2nd, no | symbols, no warnings:
\time 4/4 a'1 | % "<24"
\time 7/4 g'4 g'2 g'1 % [M:7/4] "<28"
f'4 f'2 f'1 % "<29"
a'4 a'2 a'1 % "<30"
g'4 g'2 g'1 % "<31"
a'4 a'2 a'1 | % "<32"
\time 5/4 g'4 g'1 | % [M:5/4] "<33"
Thanks,
Ebby.