Add point-and-click to non-default rehearsal marks.
[lilypond/mpolesky.git] / Documentation / snippets / changing-the-interval-of-lines-on-the-stave.ly
blobb7a3538581680fa691adf61cd9e5ec8c01b15819
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.29"
6 \header {
7 lsrtags = "pitches"
9 texidoc = "
10 @code{staffLineLayoutFunction} is used to change the position of notes.
11 This snippet shows setting its value to @code{ly:pitch-semitones} in
12 order to produce a chromatic scale with the distance between each space
13 and line of the stave equal to one semitone.
16 doctitle = "Changing the interval of lines on the stave"
17 } % begin verbatim
19 scale = \relative c' {
20 a4 ais b c
21 cis4 d dis e
22 f4 fis g gis
26 \new Staff \with {
27 \remove "Accidental_engraver"
28 staffLineLayoutFunction = #ly:pitch-semitones
32 \scale
33 \context NoteNames {
34 \set printOctaveNames = ##f
35 \scale