On 27/01/11 18:57, Jürgen Ibelgaufts wrote:
Hello Brett and everybody,

Just running into the same problem, making the notes invisible by removing
the appropriate engravers seems to REMOVE the notes instead of hiding them.
Lilypond gives a warning for every single syllable that there is no note to
associate it to. Line breaks still work, but the lyrics get out of sync with
the chords and frets.

Searching the books and archives back and forth, but still get stuck. Did
anybody find a solution in the meantime?

Why not leave the engravers there and just set everything you don't want to transparent:

    \override NoteHead #'transparent = ##t
    \override Stem #'transparent = ##t
    \override Dots #'transparent = ##t
    \override Accidental #'transparent = ##t
    \override NoteHead #'no-ledgers = ##t

Nick

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

Reply via email to