|
From: | Peter Chubb |
Subject: | Re: Pitch_squash_engraver - is this expected behavior? |
Date: | Mon, 23 Sep 2024 16:07:03 +1000 |
User-agent: | Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
>>>>> "Walt" == Walt North <waltnorth@gmail.com> writes: Walt> I'm just checking if this is Walt> expected behavior. My goal was to have ChordNames above the Walt> matching rhythm notation. But it seems the engraver cannot Walt> handle chord modifiers (such as sus2)? That's not the problem. The issue is that d8:sus2 is only acceptable to \chordnames not when notes are expected. Plus, when you enter chords using \chordnames each name represnets more than one note. Try using \reducechords to convert each chord to its tonic when you display it: introChords = \chordmode { d8:sus2 d4 d4 d8 d d | } \new Score { << \new ChordNames { \introChords} \new Voice% \with { \consists "Pitch_squash_engraver" } \relative c' { \improvisationOn \reduceChords \introChords } } >> }
[Prev in Thread] | Current Thread | [Next in Thread] |