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

« back to all changes in this revision

Viewing changes to input/regression/markup-syntax.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 = "Demo of markup texts, using LilyPond syntax. "
 
4
 
 
5
}
 
6
 
 
7
\version "2.7.39"
 
8
 
 
9
{
 
10
  f'1-\markup {
 
11
    foo
 
12
    \raise #0.2 \hbracket \bold bar
 
13
    \override #'(baseline-skip . 4)
 
14
 
 
15
    \bracket \column { baz bazr bla }
 
16
    \hspace #2.0
 
17
    \override #'(font-encoding . fetaMusic) {
 
18
      \lookup #"noteheads-0"
 
19
    }
 
20
    \semiflat
 
21
 
 
22
    { }
 
23
    
 
24
    \combine "X" "+"   
 
25
    \combine "o" "/"
 
26
  }
 
27
  g'1-\markup {
 
28
                                %               \char-number #"abc1234abc"
 
29
    \box \column { \line { "string 1" } \line { "string 2" } }
 
30
    " " 
 
31
    \draw-circle #1 #0.3 ##f
 
32
    " "
 
33
    \draw-circle #1 #0.3 ##t
 
34
    " "
 
35
    \italic Norsk
 
36
    \super "2"
 
37
    " "
 
38
    \raise #3.0 \whiteout white-out
 
39
    \circle \dynamic p
 
40
    \with-color #green Green
 
41
    \dynamic sfzp
 
42
    \huge { "A" \smaller "A" \smaller \smaller "A"
 
43
            \smaller \smaller \smaller "A" }
 
44
    \sub "alike"
 
45
  }     
 
46
  c''4
 
47
}