lilypond-devel
[Top][All Lists]
Advanced

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

Re: Problem with lilypond 2.1.0 and RhythmicStaff


From: José Luis Cruz
Subject: Re: Problem with lilypond 2.1.0 and RhythmicStaff
Date: Wed, 29 Oct 2003 18:00:19 +0100

I sent a bug about this some time ago but i didn't received any
response.

I've noticed that using a TIE and Pitch_squash_engraver breaks the
compilation. (The ``other'' form for making a rhythmic staff). Just
remove the tie, and it compiles perfectly. You see.

So if you must use ties inside a rhythmic staff, by the moment the
only temporary solution i've found -until someone fix the bug-, is to
comment the"\consists Pitch_squash_engraver" line and then use only
with b notes, because b's are centered in the staff.(example down)



\score{
  \notes \relative c'' {  b4 ~ b4  } % only b's
  \paper {
    \translator {
      \StaffContext StaffSymbol \set #'transparent = ##t
      \consists Pitch_squash_engraver %comment this and use b notes   
  \remove Clef_engraver    }
  raggedright= ##t           
  }
}


José Luis

A 29/10/03 16:13:44
Alexandre Beneteau <address@hidden> escribió:

> Hello,
> 
> Running this example with lilypond 2.1.0 (Debian Unstable) seems
> problematic :
> 
> \score { \notes { \new RhythmicStaff { \partial 16 c16 c4 ~ c16 c c
> c c4 }} \paper {}}
> 
> [Same example with 'Staff' instead of 'RhythmicStaff' works fine...]
> 

Attachment: pgpII5qcEYa9m.pgp
Description: PGP signature


reply via email to

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