X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fproperty-init.ly;h=0175bb798fe405134afd05236f81f182001af729;hb=16e6a251b77f6ee0e6feaec9502a197502aee060;hp=5724004fb2e796df89b6dd04fbbfb2f1a5497169;hpb=f691c163e11c055809ebb5c7cb56359c14e4b92d;p=lilypond.git diff --git a/ly/property-init.ly b/ly/property-init.ly index 5724004fb2..0175bb798f 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -1,6 +1,6 @@ % property-init.ly -\version "2.12.0" +\version "2.14.0" %% for dashed slurs, phrasing slurs, and ties #(define (make-simple-dash-definition dash-fraction dash-period) @@ -123,6 +123,9 @@ italianChords = { \set chordRootNamer = #(chord-name->italian-markup #f) \set chordPrefixSpacer = #0.4 } +powerChords = { + \set chordNameExceptions = #powerChordExceptions +} %% compressFullBarRests @@ -214,7 +217,7 @@ glissando = #(make-music 'GlissandoEvent) harmonicsOn = #(define-music-function (parser location) () (_i "Set the default note head style to a diamond-shaped style.") - (override-head-style 'NoteHead 'harmonic)) + (override-head-style '(NoteHead TabNoteHead) 'harmonic)) harmonicsOff = \defaultNoteHeads harmonicNote = #(define-music-function (parser location note) (ly:music?) @@ -249,11 +252,13 @@ improvisationOn = { \set squashedPosition = #0 \override NoteHead #'style = #'slash \override Accidental #'stencil = ##f + \override AccidentalCautionary #'stencil = ##f } improvisationOff = { \unset squashedPosition \revert NoteHead #'style \revert Accidental #'stencil + \revert AccidentalCautionary #'stencil } @@ -450,8 +455,10 @@ tabFullNotation = { \revert TabVoice.MultiMeasureRestNumber #'transparent \revert TabVoice.MultiMeasureRestText #'transparent % markups etc. + \revert TabVoice.Glissando #'stencil \revert TabVoice.Script #'stencil \revert TabVoice.TextScript #'stencil + \revert TabVoice.TextSpanner #'stencil \revert TabStaff.Arpeggio #'stencil \revert TabStaff.NoteColumn #'ignore-collision }