ke, 2009-03-18 kello 06:13 -0600, Carl D. Sorensen kirjoitti:
>
>
> On 3/17/09 7:17 PM, "Ari Torhamo" wrote:
>
> > ti, 2009-03-17 kello 18:43 -0600, Carl D. Sorensen kirjoitti:
> >>
> >>
> >> On 3/17/09 6:37 PM, "Ari Torhamo" wrote:
> >>
> >>> Hello,
> >>>
> >>> I have been wrestling with
>
yes - but only if you put it in the right context…
in this case this is the Voice context:
\score {
\context Staff="1" {
\context Voice="1" {
\override NoteHead #'no-ledgers = ##t
c'''
}
}
On 3/17/09 6:37 PM, "Ari Torhamo" wrote:
> Hello,
>
> I have been wrestling with a problem for a while. I'm using these two
> lines
>
>\override Voice.NoteHead #'transparent = ##t
>\override Voice.Stem #'transparent = ##t
>
> to make certain note heads and stems transparent. This wo
Hello,
I have been wrestling with a problem for a while. I'm using these two
lines
\override Voice.NoteHead #'transparent = ##t
\override Voice.Stem #'transparent = ##t
to make certain note heads and stems transparent. This works fine, but
the problem is that the ledger lines connected to
Thank you for your explanation. It looks more complicated than I
thought!
In the meantime, I was able get something close to what I wanted by
putting the hidden notes in another voice and moving the
ledger_line_engraver to the voice context.
Benoît Gibson
\paper {
linewidth = 160 \mm
inden
It seems that the LedgerLineSpanner that was introduced in
version 2.3.8, is a somewhat special beast, since one and the
same LedgerLineSpanner object handles all ledger lines in the
full score (actually, I think there will be one for each
line, but they are all clones of each other). Just as for a
Thank you for such a great software!
I have been trying to make ledger lines transparent when using
\hideNotes. I found a mail related to that problem
(http://lists.gnu.org/archive/html/lilypond-user/2003-06/msg00228.html)
and I was wondering if a solution had been found. I thought that
" \overri
I would like to make ledger lines transparent and then turn them back
on. I looked through regression and /input/test/ and didn't find what I
was looking for. I saw in one regression example that individual grobs
can be offset but I would find it more useful in this instance to turn
the ledger li