lilypond-user
[Top][All Lists]
Advanced

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

Re: Up and down arrows


From: Pierre Perol-Schneider
Subject: Re: Up and down arrows
Date: Mon, 1 May 2017 09:23:20 +0200

Hi Paul,

You can also use \upbow and \downbow :

\version "2.19"

\new Staff <<
  \new Voice \fixed g' {
      g4 e g e f e d e
  }
  \new Voice = "counter" {
    \repeat unfold 4 { s4\upbow s\downbow }
  }
>>

Cheers,
Pierre


2017-05-01 4:44 GMT+02:00 Paul Napolitano <address@hidden>:
Thank you, David!

> On Apr 28, 2017, at 11:09 PM, David Wright <address@hidden> wrote:
>
> On Fri 28 Apr 2017 at 21:57:09 (-0500), Paul Napolitano wrote:
>> Is there a way to put up and down arrows above the staff to indicate the down and up beats?
>
> c'4 ^\markup { ↓ } f'4 ^\markup { ↑ }
>
> Cheers,
> David.


_______________________________________________
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]