Re: Repeat in the middle of a measure - Alexander.ly (0/1)

2009-02-16 Thread Michael Lauer
Tim Slattery Slattery_T at bls.gov writes:

 The \bar : gets me the repeat symbol I wanted. But the extra repeat
 is still there, and I'm getting more errors from this syntax 
 
 alexander2.ly:25:20: warning: not a grob name, `Barline'
   { \partial 8*4 g2
 \once \override Staff.Barline #'glyph-name = |}
 
 I'm attaching the original file.
 

BarLine has a capital L.

A slightly simpler thing that works as well is

\once \set Staff.whichBar = |






___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Repeat in the middle of a measure - Alexander.ly (0/1)

2009-02-15 Thread Tim Slattery
Michael Lauer mrlau...@yahoo.com wrote:

You can get what (I think) you originally wanted by
 - just putting the repeats where you want them
 - overriding the bar lines at the beginning and end of the repeats

The \bar : gets me the repeat symbol I wanted. But the extra repeat
is still there, and I'm getting more errors from this syntax 

alexander2.ly:25:20: warning: not a grob name, `Barline'
  { \partial 8*4 g2
\once \override Staff.Barline #'glyph-name = |}

I'm attaching the original file.

-- 
Tim Slattery
slatter...@bls.gov
http://members.cox.net/slatteryt



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user