Re: Blank staff music

2012-10-06 Thread Thomas Morley
2012/10/6 David Kastrup : [...] > \new GrandStaff << $@(make-list 6 > #{\new Staff { \repeat unfold 2 { s1 \pageBreak } } > #}) >> > > is a bit more concise. :D ___ lilypond-user mailing list lilypond-user@gn

Re: Blank staff music

2012-10-06 Thread David Kastrup
Thomas Morley writes: > \new GrandStaff { > $(make-simultaneous-music >(map > (lambda (x) > #{ >\new Staff { \repeat unfold 2 { s1 \pageBreak } } > #}) >(iota 6))) > } \new GrandStaff << $@(make-list 6 #{\new Staff { \repeat

Re: Blank staff music

2012-10-06 Thread Thomas Morley
2012/10/6 The Doctor (Michael D) : > Hi. This may seem simple to some, but I am having some difficulty with this. > I would like to have Lilypond produce blank sheet music with a grand staff. > I found the attached code, but cannot figure out how to add the bass clef. > Any help is appreciated. Als

Blank staff music

2012-10-06 Thread The Doctor (Michael D)
Hi. This may seem simple to some, but I am having some difficulty with this. I would like to have Lilypond produce blank sheet music with a grand staff. I found the attached code, but cannot figure out how to add the bass clef. Any help is appreciated. Also I am getting an error message as well