lilypond-user
[Top][All Lists]
Advanced

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

Re: A query about tablature


From: David Kastrup
Subject: Re: A query about tablature
Date: Tue, 08 Aug 2023 15:26:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Lukas-Fabian Moser <lfm@gmx.de> writes:

> As a side remark: In order to put music into a RhythmicStaff, one
> doesn't even have to remove the pitches, they will just be
> ignored. But I noticed yesterday that LilyPond does not behave very
> well with chords in that situation:
>
> \version "2.24.0"
>
> mus = { c' d' <e' g' b'>4. f'8 }
>
> <<
>   \new RhythmicStaff \mus
>   \new Staff \mus
>>>
>
> I'm not sure whether that should be called a bug: one would have to
> think a bit about the most natural way to deal with chords here.

\new RhythmicStaff #(event-chord-reduce (music-clone mus))

-- 
David Kastrup



reply via email to

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