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

« back to all changes in this revision

Viewing changes to input/regression/system-start-nesting.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 { texidoc = "Deeply nested system braces/brackets/etc. may be created with the
 
2
  @code{Nested_system_start_delimiter_engraver}"
 
3
 
 
4
}
 
5
 
 
6
\version "2.7.39"
 
7
 
 
8
\paper {
 
9
  ragged-right = ##t
 
10
}
 
11
 
 
12
\new StaffGroup
 
13
\relative <<
 
14
  \set StaffGroup.systemStartDelimiterHierarchy
 
15
    = #'(SystemStartSquare (SystemStartBracket a (SystemStartSquare b)) d)
 
16
  \new Staff { c1 }
 
17
  \new Staff { c1 }
 
18
  \new Staff { c1 }
 
19
  \new Staff { c1 }
 
20
  \new Staff { c1 }
 
21
  >>