lilypond-es
[Top][All Lists]
Advanced

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

Re: Indicación de acordes encima de pentagrama, no debajo


From: Francisco Vila
Subject: Re: Indicación de acordes encima de pentagrama, no debajo
Date: Sat, 30 May 2020 00:51:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

El 29/5/20 a las 21:42, Pablo Fernandez escribió:
         \new Staff = "guitar traditional"
         <<
             \new ChordNames \harmonies
             \set Staff.instrumentName = "Guit."
             \new Voice = "first" { \voiceOne \upper }
             \new Voice = "second" { \voiceTwo \lower }
         >>

Tienes los acordes dentro del Staff, no hay motivo, sácalo fuera así:

        \new ChordNames \harmonies
        \new Staff = "guitar traditional"
        <<
            \set Staff.instrumentName = "Guit."
            \new Voice = "first" { \voiceOne \upper }
            \new Voice = "second" { \voiceTwo \lower }
        >>

Saludos

--
Francisco Vila, Ph.D. - Badajoz (Spain)
paconet.org , lilypond.es

Attachment: document.png
Description: PNG image


reply via email to

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