~ubuntu-branches/ubuntu/precise/lilypond/precise

« back to all changes in this revision

Viewing changes to input/regression/slur-tilt.ly

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2006-12-19 10:18:12 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061219101812-7awtjkp0i393wxty
Tags: 2.8.7-3
scripts/midi2ly.py: When setting DATADIR, find Lilypond python files
in the @TOPLEVEL_VERSION@ directory, not 'current'.  Patch thanks to
Chris Lamb (chris@chris-lamb.co.uk).  (Closes: #400550)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\header {
 
2
 
 
3
    texidoc = "The attachment point for strongly sloped slurs is
 
4
shifted horizontally slightly. Without this correction, slurs will
 
5
point into one note head, and point over another note head."
 
6
 
 
7
}
 
8
\layout {
 
9
    ragged-right = ##t
 
10
}
 
11
\version "2.7.39"
 
12
 
 
13
\relative c'' {
 
14
    \time 2/4
 
15
    g8( f)
 
16
    a( f)
 
17
    b( f)
 
18
    c'( f,)
 
19
 
 
20
    g16( f)
 
21
    a( f)
 
22
    b( f)
 
23
    c'16( f,)
 
24
    
 
25
 
 
26
}