[EMAIL PROTECTED] writes:
> - getting the symbol c1. to span two measures of 6/8 time seems to be impossible.  
>After I wrote a bunch of them and didn't want to
> go rejustifying my .ly text, I resorted to using perl regexp substitution to 
>substitute for c2. ~ c2. or whatever other pitch.

Can you elaborate? This seems to work here:

  \score { \notes { \time 6/8; c1. c2. c2.
  \property Score.skipBars = ##t  c1. c2. c2.
    < c1. s2. > c2. c2. }}

(note that you have to give Lily reason to look at the place where
barline should occur if you set skipBars. Hence the <c1. s2.> 

-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to