lilypond-user
[Top][All Lists]
Advanced

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

Re: attenzione: troppe collisioni tra pause


From: Helge Kruse
Subject: Re: attenzione: troppe collisioni tra pause
Date: Sat, 25 Sep 2021 12:48:05 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

On 25.09.2021 09:31, Mario Moles wrote:
Ok! Here is an example in the attached file!


You are engraving music for a single guitar in a single system. Your
source source is not complete yet, two voices are empty in the example.
But it looks like you want the player to play four voices
simultaneously. I feel that can be challenging for the player.

Anyway, if you engrave multi-voice music, each voice should be visible
in the score. This is done with note heads orientation up and down. The
LilyPond Notation Reference will help here:
https://lilypond.org/doc/v2.22/Documentation/notation/multiple-voices

You can fix your example by changing a voice:

classicalGuitarVoiceTwo = \relative c' {
  \global
  \voiceOne
  <a c>8 b\rest <c a'> b\rest <d b'> b\rest <e a> s|
}

There is a logical mismatch between classicalGuitarVoice_Two_ and
\voice_One_. But as already said in the introduction the number of voice
for a guitar play is limited.

Best regards,
Helge



reply via email to

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