%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,paper-height=845.047\pt,paper-width=597.508\pt,papersize='(cons (* 597.508 pt) (* 845.047 pt))]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  #(set-paper-size '(cons (* 597.508 pt) (* 845.047 pt)))
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "/lilypond-2.26.0/input/regression/other/tempo-wholes-per-minute-as-moment.ly"
\sourcefileline 0
\version "2.25.28"

\header {
  texidoc = "The deprecated context property @code{tempoWholesPerMinuteAsMoment}
accesses the value of @code{tempoWholesPerMinute}."
}

#(ly:set-option 'warning-as-error #t)
#(ly:expect-warning
  (ly:translate-cpp-warning-scheme
   "the property '%s' is deprecated; use '%s'")
  "tempoWholesPerMinuteAsMoment" "tempoWholesPerMinute")

%% It is unnecessary to test every available access method: there are other
%% tests covering them.  It is enough to cover this property's old->new and
%% new->old conversions somehow.
{
  %% setting tempoWholesPerMinuteAsMoment sets tempoWholesPerMinute
  \set Score.tempoWholesPerMinuteAsMoment = #(ly:make-moment 22/7)
  \contextPropertyCheck Score.tempoWholesPerMinute #22/7

  %% getting tempoWholesPerMinuteAsMoment gets a moment made from
  %% tempoWholesPerMinute
  \set Score.tempoWholesPerMinute = #5/12
  \contextPropertyCheck Score.tempoWholesPerMinuteAsMoment
  #(ly:make-moment 5/12)

  s
}



% ****************************************************************
% end ly snippet
% ****************************************************************
