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

« back to all changes in this revision

Viewing changes to input/regression/slur-tuplet.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
 
 
2
\header {
 
3
  texidoc = "@code{TupletNumber} grobs are always inside slurs.
 
4
This may not work if the slur starts after the tuplet.  "
 
5
  
 
6
}
 
7
 
 
8
\version "2.7.39"
 
9
 
 
10
\paper {
 
11
  ragged-right = ##t
 
12
%  #(define debug-slur-scoring #t)
 
13
}
 
14
 
 
15
\relative {
 
16
  \slurUp
 
17
  \override TupletBracket #'bracket-visibility = ##f
 
18
  \override Slur #'details #'region-size  = #6
 
19
  
 
20
  \times 2/3
 
21
  {
 
22
    c(  g'  c,)
 
23
  }
 
24
}