lilypond-user
[Top][All Lists]
Advanced

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

Re: arpeggio and finger


From: Mario Moles
Subject: Re: arpeggio and finger
Date: Thu, 18 Aug 2011 23:20:40 +0200
User-agent: KMail/1.13.6 (Linux/3.0.0-desktop-nrj.69mib; KDE/4.5.5; x86_64; ; )

OK! Good solution!

Thank you!

>

> Has always been a problem ever since I started using Lilypond. I keep a

> music function to use with arpeggios and fingering:

>

> \version "2.15.8"

>

> arpfinger = #(define-music-function (parser location pad) (number?) #{

> \once \override Staff.Arpeggio #'direction = #RIGHT

> \once \override Staff.Arpeggio #'padding = #$pad

> #})

>

> global = {

> \key a \major

> \time 2/4

> }

>

> cGO = \relative c {

> \global

> <a'-1>8 b\rest \arpeggioArrowUp \arpfinger #-2.5 <a cis e a>\arpeggio

> b\rest|\bar "|."

> }

>

> cGT = \relative c {

> \global

> \set fingeringOrientations = #'(right)

> a8 a\rest <a e'-3>\arpeggio a\rest|

> }

>

> \book {

> \score {

> \new Staff \with {

> \consists "Span_arpeggio_engraver"

> midiInstrument = "acoustic guitar (nylon)"

> } { \clef "treble_8" \set Staff.connectArpeggios = ##t << \cGO \\ \cGT >> }

> \layout { indent=5 }

> }

> }


--

oiram/bin/selom

MkarlM-HomePage


reply via email to

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