lilypond-user
[Top][All Lists]
Advanced

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

Re: How to make vertical arrow between staves


From: Juan Cristóbal Cerrillo
Subject: Re: How to make vertical arrow between staves
Date: Wed, 14 Jun 2017 11:43:52 -0500

How about this

\version "2.18.2"
<<
  \new Staff {
    c1
    _\markup {
      \combine
      \draw-line #'(0 . 4)
      \arrow-head #Y #DOWN ##f
    }
  }
  \new Staff c1
>>

http://lilypond.org/doc/v2.18/Documentation/notation/formatting-text#graphic-notation-inside-markup

On Jun 14, 2017, at 6:20 AM, address@hidden wrote:



Am 14.06.2017 1:15 nachm. schrieb Rutger Hofman <address@hidden>:

On 06/14/2017 12:47 PM, Marc Hohl wrote: 
> Am 14.06.2017 um 12:34 schrieb Rutger Hofman: 
>> Good morning list, 
> 
> [...] 
> 
> Does 
> 
> http://lsr.di.unimi.it/LSR/Item?id=962 
> 
> what you want? 
> 
> Marc 

This LSR snippet uses VoiceFollower and Glissando. I cannot make it draw 
*vertical* lines/arrows, is there anything I overlook? 

I thought that this snippet allows for vertical arrows as well, but I was wrong. 

Sorry for the noise.

Marc


Rutger 


_______________________________________________ 
lilypond-user mailing list 
address@hidden 
https://lists.gnu.org/mailman/listinfo/lilypond-user 


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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