lilypond-user
[Top][All Lists]
Advanced

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

fingeringOrientations refuse to go left or right.


From: Peter Terpstra
Subject: fingeringOrientations refuse to go left or right.
Date: Fri, 26 Sep 2014 16:15:17 +0200
User-agent: KNode/4.14.1

Dear People,
It works perfect in the example from Lilypond documentation but in my projects 
they refuse to go left or right, only up or down.

What am  doing wrong ?

Here my .ly file, (left on bar 5):

\version "2.18.2"

\paper {
  #(set-paper-size "a4")
  #(layout-set-absolute-staff-size (* 22.45 pt))
  bottom-margin = 1.27\cm
  top-margin = 0.32\cm
  system-system-spacing #'basic-distance = #15
}

\header {
  piece = \markup \fontsize #8.0 { \override #'(font-name . "Respective 
Slanted") { "Maestoso" }}
  meter = \markup \bold \fill-line \fontsize #7.0 { \override #'(font-name . 
"Respective Slanted") { "Nr. 1" }}
  tagline = \markup {
  \bold \italic \with-color #darkred \fontsize #-6.0
  "Thanks go to www.lilypond.org & www.frescobaldi.org for creating the 
software to produce this document!"
  }
}

global = {
  \key c \major
  \time 4/4
}

% 1: highest
classicalGuitarVoiceOne = \relative c' {
  \global
  \set fingeringOrientations = #'(up)
   \partial 8*3 g8 a b | c2 c8. [g16 e'8. b16] | %2
   c2 r8 g8 b c
d2 d8. [g,16 f'8. e16]
d2 r8 g,8 d' f
e4 e e e
e2 r8 c-1 b a-3
b d g, b a c fis, a
g4 r8 d'8 d4 r8 d8
d4 r8 d8 \acciaccatura d8 c b c e
d4 r8 d8 d4 r8 d8
d4 r8 d8 \acciaccatura d8 c b c a
g8. [d16 g8. b16] d4 <d, a' c>
<d g b>8. [d16 g8. b16] d4 <a c fis>
<b g'>4 s s b4
c cis-3\glissando d-3 e
f2 r4 b,
c! cis\glissando d e
f2 r4 e
f cis-2\glissando d-2 e
f8 e( g) f e d c b
a g fis g gis a ais b
c2 c8. [g16 e'8. d16]
c2 r8 g b c
d2 d8. [g,16 f'8. e16]
e8 c e c f c g' c,
r8 c a' c, r8 a cis g'
g a, f' a, r8 g d' f
f( e) d c b a e' d
r8 e, g c r8 d, g b
c, c' e, e' g, g' e, e'
c, c' g, g' e, e' g, g'
\set crescendoText = \markup { \italic \teeny "III" }
\set crescendoSpanner = #'text
\override DynamicTextSpanner.style = #'dotted-line
\override DynamicTextSpanner.dash-period = #0.01
c4 r4 <g c e>^\< r4\!
<e g c>2 s2
}
% 2: lowest
classicalGuitarVoiceTwo = \relative c {
  \global
  \partial 8*3 r4.\mf | c8 g' e g c,4 r | %2
c8 g' e g c,4 r
b8 g' d g b,4 r4
b8 g' d g b,4 r4
\set fingeringOrientations = #'(left)
c8-3\< g' e g b,-3 gis' d gis\!
\set fingeringOrientations = #'(down)
c,-4 a'-3 e-2 a a,4 b8-2 c-4
d4 r d r
g,8 d' b d fis, d' a d
g,8 d' b d fis, d' a d
g,8 d' b d fis, d' a d
g,8 d' b d fis, d' a d
g,4\f r2 fis4
g r2 d'4
g,4 r2 g8 g'
a, g' ais,-1 g' b, g' cis,-4 g'
d g^( a) g g g g, g'
a,! g' ais, g' b, g' cis, g'
d g^( a) g g g cis, g'
d g e-1 g f g cis, g'
\set crescendoText = \markup { \italic \teeny "dolce" }
\set crescendoSpanner = #'text
\override DynamicTextSpanner.style = #'dotted-line
\override DynamicTextSpanner.dash-period = #0.1
d2\< r2
r2 r2\!
c8\mf g' e g c,4 r4
c8 g' e g c,4 r
b8 g' d g b,4 r4
c bes' a e
f2 e
d b
c f,
g g
c4 e g e
c-4 g_\markup \teeny \italic "Ritenuto"  e g
c r c r
c2 s2 \bar "|."

}
% second highest
classicalGuitarVoiceThree = \relative c' {
  \global

}
% 4: second lowest
classicalGuitarVoiceFour = \relative c' {
  \global
  \partial 4. s4. | %1
   s1*13 | %14
    \override NoteColumn #'force-hshift = #0 \override Stem #'length-fraction = 
#0.5 g8 [g\p g g  g g]

}

\score {
  \new Staff \with {
    midiInstrument = "acoustic guitar (nylon)"
  } { \clef "treble_8" << \classicalGuitarVoiceOne
                          \\ \classicalGuitarVoiceTwo
                          \\ \classicalGuitarVoiceThree
                          \\ \classicalGuitarVoiceFour >>
  }
  \layout {
      line-width = 190.000 \mm
      %\override Score.BarNumber.break-visibility = #all-visible
       }
  \midi { }
}




reply via email to

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