lilypond-user
[Top][All Lists]
Advanced

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

played with the same hand


From: Herbert Niemeyer
Subject: played with the same hand
Date: Sat, 23 Aug 2008 08:08:36 -0700
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

Hello,
I like to indicate to a piano player to play some notes with the left/right hand. I tweaked the example I found http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Cross_002dstaff-stems
to show what I need:
I' like the first bracket without the top horizontal line, so it looks like a long "L". The second bracket should look just the opposite way, like a flipped, or upside down "L". I looked everywhere in the documentation, but couldn't find an answer. Here is the changed example:

% based on:
% http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Cross_002dstaff-stems
\version "2.11.56"
\paper { ragged-right = ##t }

\new PianoStaff <<
\set PianoStaff.connectArpeggios = ##t
\override PianoStaff.Arpeggio #'stencil = #ly:arpeggio::brew-chord-bracket
\new Staff = "RH" {
  \relative c' {
    \key b \major
    \time 6/8
    b8-.(\arpeggio fis'-.\> cis-. e-. gis-. b-.)\!\fermata^\laissezVibrer
    \bar "||"
  }
}
\new Staff = "LH"{
  \relative c' {
    \clef bass
    \key b \major
    <<
      {
e2 \arpeggio << {e4\arpeggio} \\ {\hideNotes b4\arpeggio \unHideNotes} >>
      }
      \\
      {
        a,2.
      }
    >>
  }
}
>>
% EOF
Thanks
Herbert






reply via email to

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