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

« back to all changes in this revision

Viewing changes to input/regression/ottava-broken.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:
3
3
\header
4
4
{
5
5
    
6
 
texidoc = "At line breaks, ottava brackets have no vertical line and 
7
 
their horizontal line does not stick out."
8
 
 
9
 
 
10
 
}
11
 
\version "2.2.0"
12
 
 
13
 
 
14
 
\paper { raggedright = ##t} 
15
 
\score {
16
 
  \notes\relative c''' \notes {
17
 
  a2 b
18
 
  #(set-octavation 1)
19
 
  a2 b \break c''1 \break
20
 
  a
21
 
  #(set-octavation 0)
22
 
  g,,2 b c a 
23
 
}
 
6
texidoc = "At line breaks, ottava brackets have no vertical line and
 
7
their horizontal line does not stick out.  The dashed line runs until
 
8
the end of the line (regardless of prefatory matter).
 
9
"
 
10
 
 
11
}
 
12
 
 
13
\version "2.7.39"
 
14
 
 
15
 
 
16
\layout { ragged-right = ##t }
 
17
\relative c'''  {
 
18
    a2 b
 
19
    #(set-octavation 1)
 
20
    a2 b \time 3/4  \break c''2. \break
 
21
    a
 
22
    #(set-octavation 0)
 
23
    g,,2 b4 c2 a4 
24
24
}
25
25